(Fwrite_region): Doc fix (mention annotate-functions).
authorGlenn Morris <rgm@gnu.org>
Wed, 4 Feb 2009 03:51:27 +0000 (03:51 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 4 Feb 2009 03:51:27 +0000 (03:51 +0000)
src/ChangeLog
src/fileio.c

index 352b7889c64df09351c692327cd01b6068a3e2f6..bac6b43091c8cc9551accf87aecd2ec55c832aa5 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-04  Glenn Morris  <rgm@gnu.org>
+
+       * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
+
 2009-02-04  Kenichi Handa  <handa@m17n.org>
 
        * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
index 9651ac8e18b452d2b74158e85b21116884bb1be3..5f91da5358526c7a503a30ac43a69beddaea1d8f 100644 (file)
@@ -4406,7 +4406,10 @@ The optional seventh arg MUSTBENEW, if non-nil, insists on a check
 This does code conversion according to the value of
 `coding-system-for-write', `buffer-file-coding-system', or
 `file-coding-system-alist', and sets the variable
-`last-coding-system-used' to the coding system actually used.  */)
+`last-coding-system-used' to the coding system actually used.
+
+This calls `write-region-annotate-functions' at the start, and
+`write-region-post-annotation-function' at the end.  */)
      (start, end, filename, append, visit, lockname, mustbenew)
      Lisp_Object start, end, filename, append, visit, lockname, mustbenew;
 {